home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / D / Document Stack.cpt / Development Tools / background_2662.txt next >
Text File  |  1987-11-13  |  1KB  |  50 lines

  1. -- background: 2662 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on test
  8.   global backgrnd
  9. end test
  10.  
  11.  
  12. -- part 3 (button)
  13. -- low flags: 00
  14. -- high flags: 2000
  15. -- rect: left=100 top=294 right=331 bottom=161
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 1014 / 1014
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   put empty into card field "text" of card "readFile"
  27.   go to previous card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 4 (button)
  33. -- low flags: 00
  34. -- high flags: 2000
  35. -- rect: left=352 top=293 right=332 bottom=409
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 1013 / 1013
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: 
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   put empty into card field "text" of card "readFile"
  47.   go to next card
  48. end mouseUp
  49.  
  50.